From: Andrew Morton Date: Thu, 3 Apr 2014 21:48:34 +0000 (-0700) Subject: lib/syscall.c: unexport task_current_syscall() X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~6863^2~129 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d300d59ca179fd1de427cde2a96eb2871347491f;p=linux-4.9.git lib/syscall.c: unexport task_current_syscall() It is only used by procfs and procfs cannot be a module. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/syscall.c b/lib/syscall.c index 58710eefeac8..e30e03932480 100644 --- a/lib/syscall.c +++ b/lib/syscall.c @@ -72,4 +72,3 @@ int task_current_syscall(struct task_struct *target, long *callno, return 0; } -EXPORT_SYMBOL_GPL(task_current_syscall);